Searched refs:NotationImpl (Results 1 - 7 of 7) sorted by relevance
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/ |
H A D | DeferredNotationImpl.java | 46 extends NotationImpl
|
H A D | NotationImpl.java | 50 public class NotationImpl class in inherits:NodeImpl,Notation 82 public NotationImpl(CoreDocumentImpl ownerDoc, String name) { method in class:NotationImpl 212 } // class NotationImpl
|
H A D | CoreDocumentImpl.java | 1429 return new NotationImpl(this, name); 1722 NotationImpl newnotation = 1723 (NotationImpl)createNotation(source.getNodeName());
|
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/ |
H A D | NotationImpl.java | 39 public class NotationImpl extends DeclarationImpl implements XSNotation { class in inherits:DeclarationImpl,XSNotation 41 public NotationImpl( SchemaDocumentImpl owner, AnnotationImpl _annon, method in class:NotationImpl
|
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/validation/ |
H A D | DOMResultBuilder.java | 34 import com.sun.org.apache.xerces.internal.dom.NotationImpl; 170 NotationImpl newNotation = (NotationImpl) fDocumentImpl.createNotation(oldNotation.getNodeName());
|
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/parser/state/ |
H A D | notation.java | 480 return new NotationImpl( $runtime.document,ann,loc,fa,name,pub,sys);
|
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/parsers/ |
H A D | AbstractDOMParser.java | 39 import com.sun.org.apache.xerces.internal.dom.NotationImpl; 2273 NotationImpl notation = (NotationImpl)fDocumentImpl.createNotation (name);
|
Completed in 886 milliseconds