|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
ÀüÀÇ Å¬·¡½º ´ÙÀ½ Ŭ·¡½º | ÇÁ·¹ÀÓÀ¸·Î ÇÁ·¹ÀÓ ¾øÀÌ | |||||||||
°³¿ä: NESTED | Çʵå | constructor | ¸Þ¼µå | »ó¼¼: Çʵå | »ý¼ºÀÚ | ¸Þ¼µå |
java.lang.Objectjavax.xml.validation.Schema
public abstract class Schema
¹®¹ýÀÇ ºÒº¯ÀÇ ¸Þ¸ð¸® ¿ìÄ¡¿À¸ðÅ×Çö.
ÀÌ °´Ã¼´Â XML ¹®¼¿¡ ´ëÇØ¼ üũ ¹× Àû¿ë °¡´ÉÇÑ ÀÏ·ÃÀÇ Á¦¾àÀ» ³ªÅ¸³À´Ï´Ù.
Schema
°´Ã¼´Â thread ¼¼ÀÌÇÁÀ̸ç, ¾îÇø®ÄÉÀ̼ÇÀº ¸¹Àº thread°¡ ¸¹Àº ÆÄ¼·Î ÀÌ °´Ã¼¸¦ °øÀ¯ÇÏ´Â °ÍÀÌ Ãßõ µË´Ï´Ù.
Schema
°´Ã¼´Â ÀÏ´Ü ÀÛ¼ºµÇ¸é, Á¦¾àÀ» º¯°æÇÒ ¼ö ¾ø´Ù°í ÇÏ´Â ¹Ì¿¡¼´Â ºÒº¯ÀÔ´Ï´Ù. Áï, ¾îÇø®ÄÉÀ̼ÇÀÌ °°Àº ¹®¼¸¦ Schema
¿¡ ´ëÇØ¼ 2ȸ °ËÁõÀ» ½Ç½ÃÇßÀ» °æ¿ì, Ç×»ó °°Àº °á°ú°¡ »ý¼ºµÇÁö ¾ÊÀ¸¸é ¾ÈµË´Ï´Ù.
Schema
°´Ã¼´Â º¸Åë
SchemaFactory
·ÎºÎÅÍ ÀÛ¼ºµË´Ï´Ù.
Schema
°´Ã¼·ÎºÎÅÍ 2 Á¾·ùÀÇ ¹ß¸® µ¥ÀÌÅ͸¦ ÀÛ¼ºÇÒ ¼ö ÀÖ½À´Ï´Ù. 1°³´Â ÀϹÝÀûÀÎ ¿ëµµ¿¡ Àû¿ëÇØ, °íµµÀÇ °ËÁõ 󸮸¦ ½Ç½ÃÇÏ´Â Validator
,
ÇÑÆíÀº ¸ðµâ¼ºÀ» ³ô¿© SAX
»óÀ§¿¡¼ ±â´ÉÇÏ´Â ValidatorHandler
ÀÔ´Ï´Ù.
ÀÌ »ç¾çÀº Object.equals(java.lang.Object)
¸Þ¼µå¸¦ ¼¼·Ã ½ÃŲ °ÍÀÌ ¾Æ´Õ´Ï´Ù. Áï, °°Àº schema¸¦ 2ȸ ±¸¹® ºÐ¼® ÇØµµ ¾ÆÁ÷ ! schemaA.equals(schemaB)
¸¦ ¾ò´Â ÀÏÀÌ ÀÖ½À´Ï´Ù.
»ý¼ºÀÚ °³¿ä | |
---|---|
protected |
Schema ()
»ó¼Ó Ŭ·¡½ºÀÇ »ý¼ºÀÚ ÀÔ´Ï´Ù. |
¸Þ¼µå °³¿ä | |
---|---|
abstract Validator |
newValidator ()
ÀÌ Schema
»õ·Î¿î Validator ¸¦
ÀÛ¼ºÇÕ´Ï´Ù. |
abstract ValidatorHandler |
newValidatorHandler ()
ÀÌ Schema
»õ·Î¿î ValidatorHandler ¸¦
ÀÛ¼ºÇÕ´Ï´Ù. |
Ŭ·¡½º java.lang. Object ·ÎºÎÅÍ »ó¼ÓµÈ ¸Þ¼µå |
---|
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
»ý¼ºÀÚ »ó¼¼ |
---|
protected Schema()
ÀÌ »ý¼ºÀÚ´Â ¾Æ¹«°Íµµ ½Ç½ÃÇÏÁö ¾Ê½À´Ï´Ù.
¸Þ¼µåÀÇ »ó¼¼ |
---|
public abstract Validator newValidator()
Schema
»õ·Î¿î Validator
¸¦
ÀÛ¼ºÇÕ´Ï´Ù.
¹ß¸® µ¥ÀÌÅÍ´Â ÀÌ °´Ã¼°¡ ³ªÅ¸³»´Â ÀÏ·ÃÀÇ Á¦¾àÀ» Àû¿ë ¹× üũÇÕ´Ï´Ù.
public abstract ValidatorHandler newValidatorHandler()
Schema
»õ·Î¿î ValidatorHandler
¸¦
ÀÛ¼ºÇÕ´Ï´Ù.
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
ÀüÀÇ Å¬·¡½º ´ÙÀ½ Ŭ·¡½º | ÇÁ·¹ÀÓÀ¸·Î ÇÁ·¹ÀÓ ¾øÀÌ | |||||||||
°³¿ä: NESTED | Çʵå | constructor | ¸Þ¼µå | »ó¼¼: Çʵå | »ý¼ºÀÚ | ¸Þ¼µå |
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy µµ ÂüÁ¶ÇϽʽÿÀ.